Extension::RedisClientBRPopLPush Method

Syntax

.BRPopLPush as Extension::RedisResult (source as C, destination as C [, timeout as N])

Arguments

source

Character

destination

Character

timeout

Numeric

Description

BRPopLPush Command. Pop a value from a list, push it to another list and return it; or block until one is available.